busybox: fix regression for long long type dump support
authorShiji Yang <[email protected]>
Mon, 1 Dec 2025 16:06:45 +0000 (00:06 +0800)
committerRobert Marko <[email protected]>
Thu, 4 Dec 2025 11:15:59 +0000 (12:15 +0100)
commit9c6dbb0e3d6c165c4924dd4ab10b27778a8c520c
tree783018793e551cc38bfe5502719728a0426c1c9b
parent1db4155aa96d6f9ab372d4675f5db6be6a4e726f
busybox: fix regression for long long type dump support

Fix wrong output using '%d' format when byte count parameter is not
given.

Signed-off-by: Shiji Yang <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/21013
Signed-off-by: Robert Marko <[email protected]>
package/utils/busybox/Makefile
package/utils/busybox/patches/100-libbb-dump-fix-dumping-of-signed-values-without-expl.patch [new file with mode: 0644]